ListBoxItemIEquatableListBoxItemEquals Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
bool IEquatable<ListBoxItem>.Equals(
	ListBoxItem obj
)

Parameters

obj  ListBoxItem
 

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also